'宣言 Public Overloads Overridable Function CreateCollectionChange(Of T)( _ ByVal collection As ICollection(Of T), _ ByVal changedArgs As NotifyCollectionChangedEventArgs, _ ByVal itemTypeDisplayName As String _ ) As UndoUnit
public virtual UndoUnit CreateCollectionChange<T>( ICollection<T> collection, NotifyCollectionChangedEventArgs changedArgs, string itemTypeDisplayName )